Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 21, 2026

The codebase contained Chinese text in user-facing messages, docstrings, and code comments, limiting accessibility for international developers and users.

Changes

CLI Commands (4 files)

  • System commands: version info, environment checks, initialization wizard
  • Skill management: list, create, edit, validate, test, install
  • Configuration: show, get, set, reset, path
  • Memory management: list, show, search, delete, archive, cleanup, export, stats

Agent Modules (5 files)

  • State machine: detection messages, phase guidance, loop warnings
  • Interactive agent: execution flow, memory updates, completion handling
  • Episodic memory: task document templates, progress tracking
  • Memory manager: lifecycle management, archival, cleanup
  • Working memory: operation tracking, statistics formatting

Example

Before:

console.print("[yellow]没有找到任务记忆[/yellow]")
table = Table(title=f"📋 任务记忆 (共 {len(tasks)} 个)")

After:

console.print("[yellow]No task memories found[/yellow]")
table = Table(title=f"📋 Task Memories ({len(tasks)} total)")

All translations preserve original semantics while ensuring consistency in terminology and tone.

Original prompt

帮我检查项目中日志和输出是否有中文,都帮我改成英文


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 5 commits January 21, 2026 14:14
Co-authored-by: Geoion <2740467+Geoion@users.noreply.github.com>
Co-authored-by: Geoion <2740467+Geoion@users.noreply.github.com>
Co-authored-by: Geoion <2740467+Geoion@users.noreply.github.com>
Co-authored-by: Geoion <2740467+Geoion@users.noreply.github.com>
Co-authored-by: Geoion <2740467+Geoion@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix logging and output language to English Translate all Chinese text to English in logs, output, and documentation Jan 21, 2026
Copilot AI requested a review from Geoion January 21, 2026 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants